Defines a labeling range for PDF pages.
A document can be divided into labeling ranges, each of which is a series of consecutive pages using the same numbering system. Pages within a range are numbered sequentially in ascending order. A page's label consists of a numeric portion based on its position within its labeling range, optionally preceded by a label prefix denoting the range itself.
Initializes a new PDFPageLabelingRange object.
Initializes a new object.
This method supports the internal library infrastructure and should not be used by external client code.
Gets the page number in the document where the labeling range starts.
Gets the label page number.
Subsequent pages are numbered sequentially from this value, which must be greater than or equal to 1.
Gets the numbering style.
Gets the prefix.
Sets the page number in the document where the labeling range starts.
Sets the label page number.
Subsequent pages are numbered sequentially from this value, which must be greater than or equal to 1.
Sets the numbering style.
Sets the prefix.